﻿2026-07-17T02:50:43.5807029Z ##[group]Run actions/checkout@v5
2026-07-17T02:50:43.5807287Z with:
2026-07-17T02:50:43.5807487Z   repository: SaberMage/spt-shell-notify
2026-07-17T02:50:43.5807729Z   path: .adapter-notify
2026-07-17T02:50:43.5809773Z   token: ***
2026-07-17T02:50:43.5809967Z   ssh-strict: true
2026-07-17T02:50:43.5810154Z   ssh-user: git
2026-07-17T02:50:43.5810339Z   persist-credentials: true
2026-07-17T02:50:43.5810548Z   clean: true
2026-07-17T02:50:43.5810751Z   sparse-checkout-cone-mode: true
2026-07-17T02:50:43.5810971Z   fetch-depth: 1
2026-07-17T02:50:43.5811154Z   fetch-tags: false
2026-07-17T02:50:43.5811344Z   show-progress: true
2026-07-17T02:50:43.5811530Z   lfs: false
2026-07-17T02:50:43.5811703Z   submodules: false
2026-07-17T02:50:43.5811892Z   set-safe-directory: true
2026-07-17T02:50:43.5812093Z env:
2026-07-17T02:50:43.5812279Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-17T02:50:43.5812531Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-17T02:50:43.5812774Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-17T02:50:43.5813042Z ##[endgroup]
2026-07-17T02:50:43.7505273Z Syncing repository: SaberMage/spt-shell-notify
2026-07-17T02:50:43.7505807Z ##[group]Getting Git version info
2026-07-17T02:50:43.7506262Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify'
2026-07-17T02:50:43.7508801Z [command]/usr/bin/git version
2026-07-17T02:50:43.7576233Z git version 2.43.0
2026-07-17T02:50:43.7596047Z ##[endgroup]
2026-07-17T02:50:43.7604643Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/5b986ba3-f928-427a-85d7-3dab8af07b60' before making global git config changes
2026-07-17T02:50:43.7605468Z Adding repository directory to the temporary git global config as a safe directory
2026-07-17T02:50:43.7608412Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-07-17T02:50:43.7635818Z ##[group]Initializing the repository
2026-07-17T02:50:43.7638569Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-07-17T02:50:43.7666181Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-07-17T02:50:43.7666997Z hint: is subject to change. To configure the initial branch name to use in all
2026-07-17T02:50:43.7667536Z hint: of your new repositories, which will suppress this warning, call:
2026-07-17T02:50:43.7667951Z hint: 
2026-07-17T02:50:43.7668280Z hint: 	git config --global init.defaultBranch <name>
2026-07-17T02:50:43.7668614Z hint: 
2026-07-17T02:50:43.7668929Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-07-17T02:50:43.7669619Z hint: 'development'. The just-created branch can be renamed via this command:
2026-07-17T02:50:43.7670034Z hint: 
2026-07-17T02:50:43.7670249Z hint: 	git branch -m <name>
2026-07-17T02:50:43.7671445Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify/.git/
2026-07-17T02:50:43.7679164Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-07-17T02:50:43.7706179Z ##[endgroup]
2026-07-17T02:50:43.7706633Z ##[group]Disabling automatic garbage collection
2026-07-17T02:50:43.7708849Z [command]/usr/bin/git config --local gc.auto 0
2026-07-17T02:50:43.7734058Z ##[endgroup]
2026-07-17T02:50:43.7734525Z ##[group]Setting up auth
2026-07-17T02:50:43.7739220Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-17T02:50:43.7763212Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-17T02:50:43.7969653Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-17T02:50:43.7995054Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-17T02:50:43.8182093Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-17T02:50:43.8210180Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-17T02:50:43.8396049Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-17T02:50:43.8426067Z ##[endgroup]
2026-07-17T02:50:43.8426526Z ##[group]Determining the default branch
2026-07-17T02:50:43.8429454Z Retrieving the default branch name
2026-07-17T02:50:44.2816371Z Default branch 'main'
2026-07-17T02:50:44.2816945Z ##[endgroup]
2026-07-17T02:50:44.2817325Z ##[group]Fetching the repository
2026-07-17T02:50:44.2822144Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-07-17T02:50:45.0280691Z From https://github.com/SaberMage/spt-shell-notify
2026-07-17T02:50:45.0281494Z  * [new branch]      main       -> origin/main
2026-07-17T02:50:45.0299916Z ##[endgroup]
2026-07-17T02:50:45.0300463Z ##[group]Determining the checkout info
2026-07-17T02:50:45.0302596Z ##[endgroup]
2026-07-17T02:50:45.0306831Z [command]/usr/bin/git sparse-checkout disable
2026-07-17T02:50:45.0380671Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-17T02:50:45.0406560Z ##[group]Checking out the ref
2026-07-17T02:50:45.0409285Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-17T02:50:45.0448891Z Switched to a new branch 'main'
2026-07-17T02:50:45.0449425Z branch 'main' set up to track 'origin/main'.
2026-07-17T02:50:45.0453534Z ##[endgroup]
2026-07-17T02:50:45.0485544Z [command]/usr/bin/git log -1 --format=%H
2026-07-17T02:50:45.0506864Z ee2d37eadc730c0019e0af82d683074c509634a2
